home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 December / CHIP Aralık 1996.iso / prog / backpack / demodata / misc / start.dxr / 00091_Print passport.ls < prev    next >
Encoding:
Text File  |  1995-08-30  |  387 b   |  11 lines

  1. on exitFrame
  2.   global SNAME, UNAME, YY, MM, DD
  3.   set the text of field "Surname" to SNAME
  4.   set the text of field "GivenNames" to UNAME
  5.   set the text of field "Nation" to "Great Britain"
  6.   set the text of field "Date" to YY & "-" & MM & "-" & DD
  7.   set the text of field "Passport_Text" to "Please fill in your" & RETURN & "BackPacker passport."
  8.   delay(15)
  9.   hilite field "SURNAME"
  10. end
  11.